STEP 4: Look at the code and the comment again. The third parameter is the diameter of the circle.

  • Change the circle's diameter to 75.
  • Parameters are the numbers and words inside the parentheses that control what our circle looks like.
  • Click Run to see your changes. Then Submit, then Next.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# sprite = codesters.Circle(x, y, diameter, "color") sprite = codesters.Circle(-150, 175, 100, "blue")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)